﻿2026-07-27T09:12:28.3646220Z ##[group]Run set -euo pipefail
2026-07-27T09:12:28.3646559Z [36;1mset -euo pipefail[0m
2026-07-27T09:12:28.3646802Z [36;1mPIN=0c95435[0m
2026-07-27T09:12:28.3647044Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T09:12:28.3647316Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T09:12:28.3647678Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T09:12:28.3648133Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T09:12:28.3648598Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T09:12:28.3649065Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T09:12:28.3649618Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T09:12:28.3649937Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T09:12:28.3650320Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T09:12:28.3650683Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T09:12:28.3651019Z [36;1mfi[0m
2026-07-27T09:12:28.3651322Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T09:12:28.3664512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T09:12:28.3664840Z env:
2026-07-27T09:12:28.3665060Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T09:12:28.3665326Z ##[endgroup]
2026-07-27T09:12:28.6624049Z    Compiling proc-macro2 v1.0.106
2026-07-27T09:12:28.6624654Z    Compiling unicode-ident v1.0.24
2026-07-27T09:12:28.6625166Z    Compiling quote v1.0.45
2026-07-27T09:12:28.6625532Z    Compiling libc v0.2.186
2026-07-27T09:12:28.6625800Z    Compiling serde_core v1.0.228
2026-07-27T09:12:28.6626138Z    Compiling cfg-if v1.0.4
2026-07-27T09:12:28.6648173Z    Compiling serde v1.0.228
2026-07-27T09:12:28.6678318Z    Compiling log v0.4.32
2026-07-27T09:12:28.6723104Z    Compiling pin-project-lite v0.2.17
2026-07-27T09:12:28.6741561Z    Compiling typenum v1.20.1
2026-07-27T09:12:28.6742350Z    Compiling portable-atomic v1.13.1
2026-07-27T09:12:28.6811380Z    Compiling version_check v0.9.5
2026-07-27T09:12:28.6897032Z    Compiling memchr v2.8.1
2026-07-27T09:12:28.6918652Z    Compiling find-msvc-tools v0.1.9
2026-07-27T09:12:28.6919923Z    Compiling critical-section v1.2.0
2026-07-27T09:12:28.7415994Z    Compiling shlex v2.0.1
2026-07-27T09:12:28.7787465Z    Compiling subtle v2.6.1
2026-07-27T09:12:28.7905519Z    Compiling bytes v1.11.1
2026-07-27T09:12:28.8169746Z    Compiling futures-core v0.3.32
2026-07-27T09:12:28.9368846Z    Compiling equivalent v1.0.2
2026-07-27T09:12:28.9653253Z    Compiling smallvec v1.15.1
2026-07-27T09:12:28.9686469Z    Compiling itoa v1.0.18
2026-07-27T09:12:29.0039390Z    Compiling semver v1.0.28
2026-07-27T09:12:29.0126190Z    Compiling stable_deref_trait v1.2.1
2026-07-27T09:12:29.0182779Z    Compiling futures-sink v0.3.32
2026-07-27T09:12:29.0370867Z    Compiling generic-array v0.14.7
2026-07-27T09:12:29.0392288Z    Compiling futures-io v0.3.32
2026-07-27T09:12:29.0755864Z    Compiling slab v0.4.12
2026-07-27T09:12:29.0889093Z    Compiling futures-task v0.3.32
2026-07-27T09:12:29.1195249Z    Compiling futures-channel v0.3.32
2026-07-27T09:12:29.1769824Z    Compiling rand_core v0.10.1
2026-07-27T09:12:29.2128432Z    Compiling rustversion v1.0.22
2026-07-27T09:12:29.2370973Z    Compiling bitflags v2.12.1
2026-07-27T09:12:29.2453089Z    Compiling hashbrown v0.17.1
2026-07-27T09:12:29.2822184Z    Compiling getrandom v0.4.2
2026-07-27T09:12:29.2990646Z    Compiling cpufeatures v0.2.17
2026-07-27T09:12:29.3128412Z    Compiling rustc_version v0.4.1
2026-07-27T09:12:29.3292566Z    Compiling fnv v1.0.7
2026-07-27T09:12:29.3726608Z    Compiling cfg_aliases v0.2.1
2026-07-27T09:12:29.3810319Z    Compiling strsim v0.11.1
2026-07-27T09:12:29.4351647Z    Compiling writeable v0.6.3
2026-07-27T09:12:29.4451354Z    Compiling litemap v0.8.2
2026-07-27T09:12:29.4541595Z    Compiling fs_extra v1.3.0
2026-07-27T09:12:29.5095802Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T09:12:29.5226873Z    Compiling ident_case v1.0.1
2026-07-27T09:12:29.6340764Z    Compiling utf8_iter v1.0.4
2026-07-27T09:12:29.6990318Z    Compiling dunce v1.0.5
2026-07-27T09:12:29.7160602Z    Compiling icu_properties_data v2.2.0
2026-07-27T09:12:29.7430622Z    Compiling percent-encoding v2.3.2
2026-07-27T09:12:29.7691077Z    Compiling autocfg v1.5.1
2026-07-27T09:12:29.7692621Z    Compiling http v1.4.1
2026-07-27T09:12:29.8160713Z    Compiling thiserror v2.0.18
2026-07-27T09:12:29.8421326Z    Compiling cpufeatures v0.3.0
2026-07-27T09:12:29.8630588Z    Compiling aws-lc-rs v1.17.0
2026-07-27T09:12:30.0338599Z    Compiling unicode-segmentation v1.13.3
2026-07-27T09:12:30.0421163Z    Compiling scopeguard v1.2.0
2026-07-27T09:12:30.0533799Z    Compiling form_urlencoded v1.2.2
2026-07-27T09:12:30.0971360Z    Compiling chacha20 v0.10.0
2026-07-27T09:12:30.1289328Z    Compiling indexmap v2.14.0
2026-07-27T09:12:30.1749949Z    Compiling syn v2.0.117
2026-07-27T09:12:30.1910674Z    Compiling lock_api v0.4.14
2026-07-27T09:12:30.2154163Z    Compiling untrusted v0.9.0
2026-07-27T09:12:30.2290036Z    Compiling rustls v0.23.40
2026-07-27T09:12:30.2381096Z    Compiling heck v0.5.0
2026-07-27T09:12:30.2464417Z    Compiling unicode-xid v0.2.6
2026-07-27T09:12:30.3030224Z    Compiling atomic-waker v1.1.2
2026-07-27T09:12:30.3191755Z    Compiling anyhow v1.0.102
2026-07-27T09:12:30.3381011Z    Compiling const-oid v0.10.2
2026-07-27T09:12:30.3510218Z    Compiling paste v1.0.15
2026-07-27T09:12:30.3731010Z    Compiling parking_lot_core v0.9.12
2026-07-27T09:12:30.3980466Z    Compiling httparse v1.10.1
2026-07-27T09:12:30.4340533Z    Compiling zerocopy v0.8.50
2026-07-27T09:12:30.4561431Z    Compiling num-traits v0.2.19
2026-07-27T09:12:30.4657345Z    Compiling hybrid-array v0.4.12
2026-07-27T09:12:30.5841430Z    Compiling jobserver v0.1.34
2026-07-27T09:12:30.6091476Z    Compiling convert_case v0.10.0
2026-07-27T09:12:30.6374410Z    Compiling curve25519-dalek v4.1.3
2026-07-27T09:12:30.6463087Z    Compiling ahash v0.8.12
2026-07-27T09:12:30.6541073Z    Compiling either v1.16.0
2026-07-27T09:12:30.6964101Z    Compiling powerfmt v0.2.0
2026-07-27T09:12:30.7556110Z    Compiling crypto-common v0.1.7
2026-07-27T09:12:30.7816758Z    Compiling block-buffer v0.10.4
2026-07-27T09:12:30.8830460Z    Compiling digest v0.10.7
2026-07-27T09:12:30.8867853Z    Compiling base64ct v1.8.3
2026-07-27T09:12:30.8902567Z    Compiling fastrand v2.4.1
2026-07-27T09:12:30.8990994Z    Compiling cc v1.2.63
2026-07-27T09:12:30.9216120Z    Compiling deranged v0.5.8
2026-07-27T09:12:31.1070849Z    Compiling http-body v1.0.1
2026-07-27T09:12:31.1378413Z    Compiling pkg-config v0.3.33
2026-07-27T09:12:31.1534881Z    Compiling num-conv v0.2.2
2026-07-27T09:12:31.1940709Z    Compiling tower-service v0.3.3
2026-07-27T09:12:31.2532692Z    Compiling mio v1.2.1
2026-07-27T09:12:31.2589250Z    Compiling socket2 v0.6.4
2026-07-27T09:12:31.2681156Z    Compiling getrandom v0.2.17
2026-07-27T09:12:31.3360889Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T09:12:31.3811577Z    Compiling tinyvec_macros v0.1.1
2026-07-27T09:12:31.4158738Z    Compiling rand_core v0.6.4
2026-07-27T09:12:31.4390707Z    Compiling data-encoding v2.11.0
2026-07-27T09:12:31.4681558Z    Compiling zmij v1.0.21
2026-07-27T09:12:31.5730821Z    Compiling rand v0.10.1
2026-07-27T09:12:31.6190525Z    Compiling uuid v1.23.2
2026-07-27T09:12:31.6250475Z    Compiling vcpkg v0.2.15
2026-07-27T09:12:31.6860054Z    Compiling try-lock v0.2.5
2026-07-27T09:12:31.7179018Z    Compiling base64 v0.22.1
2026-07-27T09:12:31.7664328Z    Compiling time-core v0.1.8
2026-07-27T09:12:31.8142815Z    Compiling want v0.3.1
2026-07-27T09:12:31.8209882Z    Compiling parking_lot v0.12.5
2026-07-27T09:12:31.8426444Z    Compiling tinyvec v1.11.0
2026-07-27T09:12:32.0090351Z    Compiling block-buffer v0.12.0
2026-07-27T09:12:32.1176074Z    Compiling crypto-common v0.2.2
2026-07-27T09:12:32.1686014Z    Compiling sha2 v0.10.9
2026-07-27T09:12:32.1770504Z    Compiling inout v0.1.4
2026-07-27T09:12:32.1870377Z    Compiling cmake v0.1.58
2026-07-27T09:12:32.1984620Z    Compiling vergen-lib v9.1.0
2026-07-27T09:12:32.3240535Z    Compiling n0-future v0.3.2
2026-07-27T09:12:32.3476541Z    Compiling diatomic-waker v0.2.3
2026-07-27T09:12:32.3863351Z    Compiling serde_json v1.0.150
2026-07-27T09:12:32.4726910Z    Compiling cordyceps v0.3.4
2026-07-27T09:12:32.4793471Z    Compiling httpdate v1.0.3
2026-07-27T09:12:32.5167347Z    Compiling parking v2.2.1
2026-07-27T09:12:32.5260497Z    Compiling crossbeam-utils v0.8.21
2026-07-27T09:12:32.5388570Z    Compiling spin v0.10.0
2026-07-27T09:12:32.5435694Z    Compiling winnow v1.0.3
2026-07-27T09:12:32.5480638Z    Compiling signature v2.2.0
2026-07-27T09:12:32.5982254Z    Compiling cipher v0.4.4
2026-07-27T09:12:32.6262743Z    Compiling futures-lite v2.6.1
2026-07-27T09:12:32.6980434Z    Compiling ed25519 v2.2.3
2026-07-27T09:12:32.7053509Z    Compiling netlink-packet-core v0.8.1
2026-07-27T09:12:32.7652787Z    Compiling universal-hash v0.5.1
2026-07-27T09:12:32.7988488Z    Compiling futures-buffered v0.2.13
2026-07-27T09:12:32.7992156Z    Compiling vergen v9.1.0
2026-07-27T09:12:32.8120899Z    Compiling vergen-lib v0.1.6
2026-07-27T09:12:32.8141390Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T09:12:32.8210356Z    Compiling heapless v0.7.17
2026-07-27T09:12:32.8730536Z    Compiling noq-udp v0.10.0
2026-07-27T09:12:32.9630781Z    Compiling sync_wrapper v1.0.2
2026-07-27T09:12:32.9790423Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T09:12:32.9959855Z    Compiling allocator-api2 v0.2.21
2026-07-27T09:12:33.0331020Z    Compiling byteorder v1.5.0
2026-07-27T09:12:33.0515958Z    Compiling opaque-debug v0.3.1
2026-07-27T09:12:33.1110961Z    Compiling polyval v0.6.2
2026-07-27T09:12:33.1503877Z    Compiling aws-lc-sys v0.41.0
2026-07-27T09:12:33.1660322Z    Compiling ring v0.17.14
2026-07-27T09:12:33.2070615Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T09:12:33.2390741Z    Compiling digest v0.11.3
2026-07-27T09:12:33.2474427Z    Compiling hash32 v0.2.1
2026-07-27T09:12:33.2870513Z    Compiling spin v0.9.8
2026-07-27T09:12:33.3000316Z    Compiling vergen-gitcl v1.0.8
2026-07-27T09:12:33.3670650Z    Compiling ryu v1.0.23
2026-07-27T09:12:33.4941210Z    Compiling signature v3.0.0
2026-07-27T09:12:33.5057626Z    Compiling fallible-iterator v0.3.0
2026-07-27T09:12:33.5240550Z    Compiling tower-layer v0.3.3
2026-07-27T09:12:33.5380296Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T09:12:33.5593150Z    Compiling num_threads v0.1.7
2026-07-27T09:12:33.6760640Z    Compiling time v0.3.47
2026-07-27T09:12:33.6808664Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T09:12:33.6809660Z    Compiling ghash v0.5.1
2026-07-27T09:12:33.7116895Z    Compiling ctr v0.9.2
2026-07-27T09:12:33.8081727Z    Compiling aes v0.8.4
2026-07-27T09:12:33.8340624Z    Compiling http-body-util v0.1.3
2026-07-27T09:12:33.8404081Z    Compiling fs2 v0.4.3
2026-07-27T09:12:33.8866166Z    Compiling aead v0.5.2
2026-07-27T09:12:33.9190512Z    Compiling arrayvec v0.7.6
2026-07-27T09:12:33.9802696Z    Compiling utf8parse v0.2.2
2026-07-27T09:12:33.9989191Z    Compiling openssl-probe v0.2.1
2026-07-27T09:12:34.0210851Z    Compiling crossbeam-channel v0.5.15
2026-07-27T09:12:34.0759658Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T09:12:34.1138666Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T09:12:34.1301801Z    Compiling blake3 v1.8.5
2026-07-27T09:12:34.1921735Z    Compiling netlink-packet-route v0.29.0
2026-07-27T09:12:34.1988115Z    Compiling memoffset v0.6.5
2026-07-27T09:12:34.3479811Z    Compiling acto v0.8.2
2026-07-27T09:12:34.3614531Z    Compiling noq v0.18.0
2026-07-27T09:12:34.5218604Z    Compiling aes-gcm v0.10.3
2026-07-27T09:12:34.5380388Z    Compiling netwatch v0.16.0
2026-07-27T09:12:34.5464633Z    Compiling lru-slab v0.1.2
2026-07-27T09:12:34.6054340Z    Compiling xml-rs v0.8.28
2026-07-27T09:12:34.6789124Z    Compiling foldhash v0.2.0
2026-07-27T09:12:34.6913934Z    Compiling mac-addr v0.3.0
2026-07-27T09:12:34.7130902Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T09:12:34.7520623Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T09:12:34.7709697Z    Compiling rustc-hash v2.1.2
2026-07-27T09:12:34.8672793Z    Compiling tagptr v0.2.0
2026-07-27T09:12:34.8820539Z    Compiling rustix v1.1.4
2026-07-27T09:12:34.9040811Z    Compiling ref-cast v1.0.25
2026-07-27T09:12:34.9250544Z    Compiling identity-hash v0.1.0
2026-07-27T09:12:34.9927177Z    Compiling thiserror v1.0.69
2026-07-27T09:12:35.0042016Z    Compiling hashbrown v0.16.1
2026-07-27T09:12:35.1541879Z    Compiling synstructure v0.13.2
2026-07-27T09:12:35.1620912Z    Compiling darling_core v0.20.11
2026-07-27T09:12:35.3088130Z    Compiling serde_derive_internals v0.29.1
2026-07-27T09:12:35.3800763Z    Compiling netlink-packet-route v0.30.0
2026-07-27T09:12:35.6791210Z    Compiling proc-macro-crate v3.5.0
2026-07-27T09:12:35.8504154Z    Compiling xmltree v0.10.3
2026-07-27T09:12:35.8519577Z    Compiling serial-core v0.4.0
2026-07-27T09:12:36.0350474Z    Compiling ioctl-rs v0.1.6
2026-07-27T09:12:36.0617402Z    Compiling errno v0.3.14
2026-07-27T09:12:36.1001321Z    Compiling termios v0.2.2
2026-07-27T09:12:36.1267454Z    Compiling aho-corasick v1.1.4
2026-07-27T09:12:36.1390705Z    Compiling simple-dns v0.9.3
2026-07-27T09:12:36.1940669Z    Compiling simdutf8 v0.1.5
2026-07-27T09:12:36.2410731Z    Compiling sha1_smol v1.0.1
2026-07-27T09:12:36.2638488Z    Compiling linux-raw-sys v0.12.1
2026-07-27T09:12:36.2730081Z    Compiling constant_time_eq v0.4.2
2026-07-27T09:12:36.2847274Z    Compiling toml_write v0.1.2
2026-07-27T09:12:36.3540873Z    Compiling winnow v0.7.15
2026-07-27T09:12:36.3790567Z    Compiling signal-hook v0.3.18
2026-07-27T09:12:36.4567630Z    Compiling resolv-conf v0.7.6
2026-07-27T09:12:36.4977112Z    Compiling arrayref v0.3.9
2026-07-27T09:12:36.5180733Z    Compiling regex-syntax v0.8.10
2026-07-27T09:12:36.5371420Z    Compiling smol_str v0.1.24
2026-07-27T09:12:36.5733552Z    Compiling serial-unix v0.4.0
2026-07-27T09:12:36.7560843Z    Compiling signal-hook-registry v1.4.8
2026-07-27T09:12:36.7746990Z    Compiling lru v0.16.4
2026-07-27T09:12:36.9360923Z    Compiling darling_core v0.23.0
2026-07-27T09:12:36.9997334Z    Compiling serde_bytes v0.11.19
2026-07-27T09:12:37.1550776Z    Compiling serde_derive v1.0.228
2026-07-27T09:12:37.1826688Z    Compiling zeroize_derive v1.4.3
2026-07-27T09:12:37.2541790Z    Compiling tokio-macros v2.7.0
2026-07-27T09:12:37.2705914Z    Compiling futures-macro v0.3.32
2026-07-27T09:12:37.7540695Z    Compiling zeroize v1.8.2
2026-07-27T09:12:37.9250468Z    Compiling zerofrom-derive v0.1.7
2026-07-27T09:12:38.0518163Z    Compiling tokio v1.52.3
2026-07-27T09:12:38.2330300Z    Compiling futures-util v0.3.32
2026-07-27T09:12:38.3896658Z    Compiling yoke-derive v0.8.2
2026-07-27T09:12:38.7944720Z    Compiling zerovec-derive v0.11.3
2026-07-27T09:12:38.8559132Z    Compiling displaydoc v0.2.6
2026-07-27T09:12:38.8660717Z    Compiling tracing-attributes v0.1.31
2026-07-27T09:12:39.5791027Z    Compiling zerofrom v0.1.8
2026-07-27T09:12:39.6861741Z    Compiling rustls-pki-types v1.14.1
2026-07-27T09:12:39.7310798Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T09:12:39.8650493Z    Compiling yoke v0.8.3
2026-07-27T09:12:39.9368931Z    Compiling thiserror-impl v2.0.18
2026-07-27T09:12:40.0676436Z    Compiling zerotrie v0.2.4
2026-07-27T09:12:40.2056001Z    Compiling zerovec v0.11.6
2026-07-27T09:12:40.4280564Z    Compiling darling_macro v0.20.11
2026-07-27T09:12:40.4900737Z    Compiling derive_more-impl v2.1.1
2026-07-27T09:12:40.5011654Z    Compiling n0-error-macros v0.1.3
2026-07-27T09:12:40.5771045Z    Compiling spez v0.1.2
2026-07-27T09:12:40.8190659Z    Compiling darling v0.20.11
2026-07-27T09:12:40.9088443Z    Compiling derive_builder_core v0.20.2
2026-07-27T09:12:41.0030786Z    Compiling der v0.8.0-rc.10
2026-07-27T09:12:41.0151043Z    Compiling tinystr v0.8.3
2026-07-27T09:12:41.0839276Z    Compiling potential_utf v0.1.5
2026-07-27T09:12:41.2480993Z    Compiling icu_locale_core v2.2.0
2026-07-27T09:12:41.2680447Z    Compiling icu_collections v2.2.0
2026-07-27T09:12:41.7141983Z    Compiling n0-error v0.1.3
2026-07-27T09:12:41.7830646Z    Compiling pin-project-internal v1.1.13
2026-07-27T09:12:42.0681196Z    Compiling futures-executor v0.3.32
2026-07-27T09:12:42.0891868Z    Compiling cobs v0.3.0
2026-07-27T09:12:42.2375019Z    Compiling ed25519-dalek v2.2.0
2026-07-27T09:12:42.3550581Z    Compiling futures v0.3.32
2026-07-27T09:12:42.4451017Z    Compiling icu_provider v2.2.0
2026-07-27T09:12:42.4698572Z    Compiling ipnet v2.12.0
2026-07-27T09:12:42.4793712Z    Compiling derive_builder_macro v0.20.2
2026-07-27T09:12:42.5990745Z    Compiling spki v0.8.0-rc.4
2026-07-27T09:12:42.7599603Z    Compiling derive_builder v0.20.2
2026-07-27T09:12:42.8269906Z    Compiling icu_properties v2.2.0
2026-07-27T09:12:42.8579096Z    Compiling icu_normalizer v2.2.0
2026-07-27T09:12:42.9090990Z    Compiling prefix-trie v0.8.4
2026-07-27T09:12:43.0018202Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T09:12:43.2215421Z    Compiling once_cell v1.21.4
2026-07-27T09:12:43.2580564Z    Compiling pin-project v1.1.13
2026-07-27T09:12:43.2867561Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T09:12:43.3018545Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T09:12:43.4810516Z    Compiling tracing-core v0.1.36
2026-07-27T09:12:43.7440519Z    Compiling hashbrown v0.14.5
2026-07-27T09:12:43.7533502Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T09:12:43.7760255Z    Compiling postcard-derive v0.2.2
2026-07-27T09:12:43.8180973Z    Compiling rustls-native-certs v0.8.4
2026-07-27T09:12:44.1791993Z    Compiling tracing v0.1.44
2026-07-27T09:12:44.1970474Z    Compiling tokio-util v0.7.18
2026-07-27T09:12:44.3200992Z    Compiling idna_adapter v1.2.2
2026-07-27T09:12:44.3321394Z    Compiling netlink-sys v0.8.8
2026-07-27T09:12:44.4247070Z    Compiling idna v1.1.0
2026-07-27T09:12:44.4397674Z    Compiling postcard v1.1.3
2026-07-27T09:12:44.5364537Z    Compiling data-encoding-macro v0.1.20
2026-07-27T09:12:44.5849887Z    Compiling hashlink v0.9.1
2026-07-27T09:12:44.6038174Z    Compiling tower v0.5.3
2026-07-27T09:12:44.6267048Z    Compiling num_enum_derive v0.7.6
2026-07-27T09:12:44.6287052Z    Compiling strum_macros v0.28.0
2026-07-27T09:12:44.7250396Z    Compiling enum-assoc v1.3.0
2026-07-27T09:12:44.9470917Z    Compiling url v2.5.8
2026-07-27T09:12:44.9480802Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T09:12:44.9597769Z    Compiling async-trait v0.1.89
2026-07-27T09:12:45.0463128Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T09:12:45.1620431Z    Compiling rusqlite v0.32.1
2026-07-27T09:12:45.1856119Z    Compiling derive_more v2.1.1
2026-07-27T09:12:45.3491484Z    Compiling h2 v0.4.14
2026-07-27T09:12:45.3880885Z    Compiling tokio-stream v0.1.18
2026-07-27T09:12:45.5420659Z    Compiling n0-watcher v0.6.1
2026-07-27T09:12:45.5660833Z    Compiling iroh-metrics v0.38.3
2026-07-27T09:12:45.5701160Z    Compiling iroh-relay v0.98.0
2026-07-27T09:12:45.5857098Z    Compiling netlink-proto v0.12.0
2026-07-27T09:12:45.7833006Z    Compiling num_enum v0.7.6
2026-07-27T09:12:45.8009192Z    Compiling netdev v0.42.0
2026-07-27T09:12:45.8117951Z    Compiling moka v0.12.15
2026-07-27T09:12:45.8820492Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T09:12:45.9026873Z    Compiling tower-http v0.6.11
2026-07-27T09:12:45.9100941Z    Compiling iroh-base v0.98.0
2026-07-27T09:12:46.0570645Z    Compiling attohttpc v0.30.1
2026-07-27T09:12:46.1710743Z    Compiling serde_spanned v0.6.9
2026-07-27T09:12:46.1870885Z    Compiling toml_datetime v0.6.11
2026-07-27T09:12:46.2460543Z    Compiling thiserror-impl v1.0.69
2026-07-27T09:12:46.3410010Z    Compiling ref-cast-impl v1.0.25
2026-07-27T09:12:46.5251380Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T09:12:46.5433205Z    Compiling toml_edit v0.22.27
2026-07-27T09:12:46.8446894Z    Compiling webpki-roots v1.0.7
2026-07-27T09:12:46.9523071Z    Compiling regex-automata v0.4.14
2026-07-27T09:12:46.9781291Z    Compiling schemars_derive v1.2.1
2026-07-27T09:12:47.1874102Z    Compiling seize v0.5.1
2026-07-27T09:12:47.2210651Z    Compiling hmac v0.12.1
2026-07-27T09:12:47.3684107Z    Compiling iroh v0.98.2
2026-07-27T09:12:47.5330757Z    Compiling bitflags v1.3.2
2026-07-27T09:12:47.5475645Z    Compiling strum v0.28.0
2026-07-27T09:12:47.5595074Z    Compiling pin-utils v0.1.0
2026-07-27T09:12:47.6038607Z    Compiling dyn-clone v1.0.20
2026-07-27T09:12:47.6261030Z    Compiling rustix v0.38.44
2026-07-27T09:12:47.6404798Z    Compiling cmov v0.5.4
2026-07-27T09:12:47.6712839Z    Compiling iroh-dns v0.98.0
2026-07-27T09:12:47.6924958Z    Compiling nix v0.25.1
2026-07-27T09:12:47.7390717Z    Compiling papaya v0.2.4
2026-07-27T09:12:47.8940599Z    Compiling ctutils v0.4.2
2026-07-27T09:12:47.9961478Z    Compiling hkdf v0.12.4
2026-07-27T09:12:48.0123075Z    Compiling filedescriptor v0.8.3
2026-07-27T09:12:48.0295228Z    Compiling backon v1.6.0
2026-07-27T09:12:48.1113838Z    Compiling darling_macro v0.23.0
2026-07-27T09:12:48.1413878Z    Compiling serial v0.4.0
2026-07-27T09:12:48.2255336Z    Compiling anstyle-parse v1.0.0
2026-07-27T09:12:48.2331391Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T09:12:48.2841494Z    Compiling anstyle-query v1.1.5
2026-07-27T09:12:48.3301624Z    Compiling foldhash v0.1.5
2026-07-27T09:12:48.3846793Z    Compiling colorchoice v1.0.5
2026-07-27T09:12:48.4150353Z    Compiling linux-raw-sys v0.4.15
2026-07-27T09:12:48.4442275Z    Compiling downcast-rs v1.2.1
2026-07-27T09:12:48.4707861Z    Compiling unicode-width v0.2.0
2026-07-27T09:12:48.4987703Z    Compiling anstyle v1.0.14
2026-07-27T09:12:48.5162137Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T09:12:48.5456010Z    Compiling shell-words v1.1.1
2026-07-27T09:12:48.5860696Z    Compiling instability v0.3.12
2026-07-27T09:12:48.5957001Z    Compiling hashbrown v0.15.5
2026-07-27T09:12:48.6074867Z    Compiling vte v0.13.1
2026-07-27T09:12:48.6911667Z    Compiling darling v0.23.0
2026-07-27T09:12:48.7769380Z    Compiling anstream v1.0.0
2026-07-27T09:12:48.7804339Z    Compiling signal-hook-mio v0.2.5
2026-07-27T09:12:48.7861981Z    Compiling spake2 v0.4.0
2026-07-27T09:12:48.7873392Z    Compiling terminal_size v0.4.4
2026-07-27T09:12:48.8803596Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T09:12:48.9400752Z    Compiling strum_macros v0.26.4
2026-07-27T09:12:49.0880604Z    Compiling schemars v1.2.1
2026-07-27T09:12:49.1820471Z    Compiling sha1 v0.10.6
2026-07-27T09:12:49.2895226Z    Compiling toml v0.8.23
2026-07-27T09:12:49.4840704Z    Compiling itertools v0.13.0
2026-07-27T09:12:49.4972144Z    Compiling castaway v0.2.4
2026-07-27T09:12:49.6260498Z    Compiling unicode-width v0.1.14
2026-07-27T09:12:49.7767120Z    Compiling indoc v2.0.7
2026-07-27T09:12:49.9177739Z    Compiling doctest-file v1.1.1
2026-07-27T09:12:50.1607047Z    Compiling regex v1.12.3
2026-07-27T09:12:50.2320590Z    Compiling clap_lex v1.1.0
2026-07-27T09:12:50.4132299Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T09:12:50.4720497Z    Compiling static_assertions v1.1.0
2026-07-27T09:12:50.4840811Z    Compiling interprocess v2.4.2
2026-07-27T09:12:50.5300763Z    Compiling compact_str v0.8.2
2026-07-27T09:12:50.8908798Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T09:12:51.2820389Z    Compiling hyper v1.10.1
2026-07-27T09:12:51.4301407Z    Compiling clap_builder v4.6.0
2026-07-27T09:12:51.5178353Z    Compiling strum v0.26.3
2026-07-27T09:12:51.5550285Z    Compiling unicode-truncate v1.1.0
2026-07-27T09:12:51.5835706Z    Compiling crossterm v0.28.1
2026-07-27T09:12:51.6358466Z    Compiling lru v0.12.5
2026-07-27T09:12:51.7030650Z    Compiling clap_derive v4.6.1
2026-07-27T09:12:51.8300551Z    Compiling portable-pty v0.8.1
2026-07-27T09:12:51.8335791Z    Compiling cassowary v0.3.0
2026-07-27T09:12:51.8430569Z    Compiling iana-time-zone v0.1.65
2026-07-27T09:12:52.1662741Z    Compiling chrono v0.4.45
2026-07-27T09:12:52.1965078Z    Compiling nucleo-matcher v0.3.1
2026-07-27T09:12:52.2288158Z    Compiling qrcode v0.14.1
2026-07-27T09:12:52.7890957Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T09:12:53.0283904Z    Compiling ratatui v0.29.0
2026-07-27T09:12:53.1010021Z    Compiling tempfile v3.27.0
2026-07-27T09:12:53.2502318Z    Compiling hyper-util v0.1.20
2026-07-27T09:12:54.4188625Z    Compiling clap v4.6.1
2026-07-27T09:12:54.6222552Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T09:12:55.3268705Z    Compiling igd-next v0.17.1
2026-07-27T09:12:56.5586152Z    Compiling portmapper v0.16.0
2026-07-27T09:13:01.4449082Z    Compiling rustls-webpki v0.103.13
2026-07-27T09:13:03.8567191Z    Compiling tokio-rustls v0.26.4
2026-07-27T09:13:03.8567936Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T09:13:03.8570105Z    Compiling noq-proto v0.17.0
2026-07-27T09:13:04.0231830Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T09:13:04.0232474Z    Compiling hyper-rustls v0.27.9
2026-07-27T09:13:04.0233194Z    Compiling tokio-websockets v0.13.2
2026-07-27T09:13:04.1625485Z    Compiling reqwest v0.13.4
2026-07-27T09:13:05.1310761Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T09:13:18.8754867Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T09:13:20.4076405Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T09:13:30.3562196Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T09:13:35.4554309Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-27T09:13:35.4791277Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T09:13:35.4806244Z 
2026-07-27T09:13:35.4806473Z running 1 test
2026-07-27T09:13:41.6694088Z test new_brain_serves_against_old_broker ... ok
2026-07-27T09:13:41.6694365Z 
2026-07-27T09:13:41.6694588Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-27T09:13:41.6694903Z 
